home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac 1993 September
/
September 93.iso
/
Archives
/
Applications
/
Graphics
/
Fractals
/
Mandella 8.7
/
Mandella
/
Mandella.rsrc
/
STR_137_Feather.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-08
|
163 b
|
6 lines
Init: d to 2 - 2*c.r
w to c.r*x + d*x^2/(1 + x^2)
Iterate: newX := c.i*y + w
u := newX^2
w := c.r*newX + d*u/(1 + u)
newY := w - x